curl --request POST \
--url https://api.sophra.org/api/nous/ab-testing/experiments/deactivate \
--header 'Content-Type: application/json' \
--data '{
"experimentId": "{{testId}}"
}'
"<any>"
curl --request POST \
--url https://api.sophra.org/api/nous/ab-testing/experiments/deactivate \
--header 'Content-Type: application/json' \
--data '{
"experimentId": "{{testId}}"
}'
"<any>"
Successful response
The response is of type any
.